body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input[type=text], textarea, p, blockquote, th, td, button {
	padding: 0;
	margin: 0;
	font-size: 100%
}
label input {
	vertical-align: middle
}
a:link, a:visited {
	outline: none
}
a:hover, a:active {
}
html {
	font-size: 10px;
}
body {
"Lucida Grande", Verdana, Helvetica, Arial, "Microsoft YaHei", Simsun, sans-serif;
	color: #333;
	background: #fff;
	behavior: url("../../images/csshover.htc");
}
body.wd-body-01 {
	background: url(../../images/menubg.gif) left 112px repeat-x
}
body.second {
	background: url(../../images/menubg2.gif) left 112px repeat-x
}
img {
	border: 0;
	max-width: 100%;
}
table {
	border-collapse: collapse
}
ul li {
	list-style: none
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #e4e4e4;
	overflow: hidden
}
hr.dashed {
	border-top: 1px dashed #e4e4e4
}
a.hidefocus {
	outline: none
}
 button.hidefocus::-moz-focus-inner {
border:none
}
.w {
	width: 84.4%;
}
div {
	margin: 0 auto;
}
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: "."
}
* {
	margin: 0px;
	padding: 0px;/*去除页面中所有标签的默认间距、补白*/
}
body {
	font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding: 0;/*--for opera--*/
	background-color: #FFF;
}
ul, li, dl, dt, dd {
	display: block;
	list-style-type: none;/*去除ol、ul、li的默认样式*/
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;/* 去除默认的字体样式 */
}
img {
	border: 0;
	max-width: 100%;
}
.am-radius {
	max-width: none;
}
#content img {
	height: auto!important;
}
td {
	font-family: Verdana;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000000;
}
.clear {
	border-top: 0px solid transparent !important;
	margin-top: -0px !important;
	border-top: 0;
	margin-top: 0;
	clear: both;/* IE清除浮动必备代码 */
	visibility: hidden;
}
a {
	font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
	font-size: 14px;
	font-size: 1.4rem;
	color: #333333;
	text-decoration: none;
}
a:hover {
	font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
}
#header {
	position: relative;
	min-height: 80px;
}
.logo1 {
	float: left;
	width: 50%;
	text-align: left;
}
#header .search_wrap {
	margin-top: 30px;
	width: 275px;
	float: right;
	margin-right: 40px;
}
#header .search_wrap .input {
	width: 242px;
	float: left;
	height: 33px;
	text-indent: 10px;
}
#header .search_wrap .button {
	height: 33px;
	width: 33px;
	float: right;
	background: url(../../images/search.png) no-repeat center center;
	background-color: #0f458f;
	padding: 0;
	border: 0;
}
.h_login {
	height: 26px;
	line-height: 26px;
	margin-top: 35px;
	float: right;
	text-indent: 40px;
	background: url(../../images/login2.png) no-repeat center left;
	color: #c4c4c4;
	font-size: 16px;
	font-size: 1.6rem;
}
.h_sign {
	height: 26px;
	line-height: 26px;
	margin-top: 35px;
	float: right;
	text-indent: 40px;
	background: url(../../images/login2.png) no-repeat left center;
	margin-left: 20px;
	color: #c4c4c4;
	font-size: 16px;
	font-size: 1.6rem;
}
.h_login:hover {
	background: url(../../images/login1.png) no-repeat left center;
	color: #000;
}
.h_sign:hover {
	background: url(../../images/login1.png) no-repeat left center;
	color: #000;
}
/*菜单*/

#nav {
	background: #0f458f;
	width: 100%
}
.navli:nth-child(n+9) {
	display: none;
}
/*一级菜单*/ 

#nav>ul {
	margin: 0 auto;
}
#nav li {
	width: 12.5%;
	height: 65px;/* 菜单高度*/
	line-height: 65px;
	float: left;
	text-align: center;
	position: relative;
	z-index: 99999;
}
#nav li a {
	display: block;
	color: #fff;
	font-family: "Microsoft YaHei", "宋体", Arial, Sans-Serif;
	font-size: 16px;
	font-size: 1.6rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav li a:hover {
	background: url(../../images/+.png) no-repeat;
	text-decoration: none;
	background-position: 80% 20%;
}
/*二级菜单*/

#nav li ul {
	display: none;
	position: absolute;
	top: 65px;/* 同上级LI菜单高度*/
	left: 0;
	padding: 0;
	margin: 0;
	width: 100%;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
#nav li:hover .ul2 {
	display: block;
}
#nav li ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
}
#nav li ul li a {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #0f458f;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav li ul li a:hover {
	background: #00365f;
}
/*三级菜单*/

#nav li ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	padding: 0;
	margin: 0;
	z-index: 99;
}
#nav li ul li:hover .ul3 {
	display: block;
}
#nav li ul li ul li {
	float: left;
	margin: 0;
	white-space: nowrap;
	height: 50px;
	line-height: 50px;
	width: 100%;
	min-width: 100px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #fff;
}
#nav li ul li ul li a {
	display: block;
	margin: 0;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	background: #0f458f;
}
#nav li ul li ul li a:hover {
	background: #00365f;
}
/*banner*/

.banner-box {
	min-width: 100%;
	position: relative;
	height: auto;
	z-index: 1;
}
.banner-box .swiper-slide {
	background-position: center;
	background-size: cover;
}
.banner-box .swiper-container .hide {
	opacity: 0;/* 隐藏箭头图标 */
}
.banner-box .bd {
	width: 100% !important;
}
.banner-box .bd li .m-width {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.banner-box .bd li {
	width: 100% !important;
	height: auto;
}
.banner-box .bd li a {
	display: block;
	background-size: auto;
}
.banner-box .swiper-button-next {
	right: 3%;
	background: url(../../images/foot.png) no-repeat -49px 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	outline: none;
}
.banner-box .swiper-button-prev {
	left: 3%;
	background: url(../../images/foot.png) no-repeat 0 0;
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
	outline: none;
}
.banner-box .swiper-button-next:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.banner-box .swiper-button-prev:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
.banner-box .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 3%;
}
.banner-box .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	margin: auto 4px;
	outline: none;
}
.banner-box .swiper-pagination-bullet-active {
	background: #0f458f;
}
.banner-box .swiper-button-next, .banner-box .swiper-button-prev {
	width: 49px;
	height: 104px;
}
.banner-box .swiper-pagination {
	width: 100%;
	position: absolute;
	bottom: 3%;
	text-align: center;
}
/*banner浮动层*/

.float_all {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
.float_allp {
	width: 100%;
	height: 100%;
	position: relative;
	
}
.float_right {
	width: 280px;
	height: 350px;
	position: absolute;
	background: #fff;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	text-align: center;
	display: none;
}
.fr_pic {
	margin-top: 50px;
	width: 70px;
	height: 70px;
	background: url(../../images/user.png) no-repeat center center;
}
.fr_d {
	margin-top: 20px;
	color: #292929;
}
.f_sign {
	background: #0f458f;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: 35px;
	border-radius: 15px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.f_login {
	background: #969696;
	color: #fff;
	width: 100px;
	height: 30px;
	line-height: 30px;
	margin-top: 25px;
	border-radius: 15px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.f_sign:hover, .f_login:hover {
	background: #0f458f;
}
.float_bottom {
	background: #0f458f;
	width: 220px;
	height: 70px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	box-sizing: content-box;
	z-index: 11;
}
.fb_name {
	line-height: 70px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.float_bottom a {
	color: #000;
}
.category-content {
	z-index: 3;
	left: 0;
	padding: 0;
	margin: 0;
	background: #fff;
	border: #b9b9b9 solid 1px;
	overflow: hidden;
	position: relative;
	width: auto!important;
}
.menu-item {
	top: 0!important;
	position: absolute!important;
	left: 220px!important;
	height: 100%!important;
	width: 600px!important;
	overflow-y: auto!important;
	overflow-x: hidden!important;
	background: #fff!important;
	z-index: 0!important;
	padding: none!important;
	border: #b9b9b9 solid 1px!important;
}
.fb_1alla {
}
.fb_3 {
	height: 400px;
	width: auto!important;
}
.fb_b2 {
	width: 80%;
}
.float_bottom:hover .fb_1 {
}
.fb_b2>a {
	display: block;
	font-weight: bold;
	line-height: 35px;
	background: url(../../images/f.png) no-repeat right center;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fb_b {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: #b9b9b9 solid 1px;
}
.fb_b:last-child {
	border: none;
}
.fb_2 {
	font-size: 0;
	text-align: left;
}
.fb_2>a {
	display: inline-block;
	margin-right: 10%;
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	color: #545454;
	line-height: 30px;
}
.fb_b2 a:hover {
	color: #0f458f;
}
.fb_more {
	font-size: 14px;
	font-size: 1.4rem;
	color: #545454;
	line-height: 30px;
	text-align: center;
	margin: 10px auto;
}
.fb_more:hover {
	color: #0f458f;
}
.fb_rall1 {
	width: 90%;
}
/*热卖商品*/

#hot {
	margin-top: 45px;
	margin-bottom: 60px;
}
.hot_aall {
	position: relative;
}
.hot_all {
	width: 76%;
	float: right;
	position: relative;
}
.hot_title {
	color: #003988;
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.8rem;
}
.ht_e {
	color: #000;
}
.hot_content {
	margin-top: 10px;
}
.hot_left {
	width: 60%;
	float: left;
}
.hl_a {
	font-size: 24px;
	font-size: 2.4rem;
	color: #8f8f8f;
}
.hl_t {
	margin-top: 50px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
}
.hl_d {
	margin-top: 30px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.hl_p {
	font-size: 16px;
	font-size: 1.6rem;
	color: #e95903;
	float: left;
	margin-top: 50px;
}
.rmb {
	color: #000;
	text-transform: uppercase;
}
.more {
	margin-top: 50px;
	float: right;
	width: 100px;
	height: 30px;
	border: #003988 solid 1px;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	box-sizing: content-box;
}
.more_l {
	float: left;
	width: 70px;
	color: #003988;
	text-transform: uppercase;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.more_r {
	float: right;
	color: #fff;
	width: 30px;
	background: #003988;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.more:hover .more_l {
	color: #fff;
	background: #003988;
}
.more:hover .more_r {
	color: #003988;
	background: none;
	background: #fff;
	border-radius: 5px;
}
.hot_right {
	width: 35%;
	float: right;
	position: relative;
	margin-top: 30px;
}
#hot .pic_top {
	width: 100%;
	height: 0;
	padding-bottom: 66.76%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
#hot .pic_top:hover {
	background-size: auto 110%;
}
#hot .swiper-pagination2 {
	position: absolute;
	text-align: center;
	bottom: -40px;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}
#hot .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	outline: none;
	border: #003988 solid 2px;
	margin: 0 4px;
	border-radius: 0;
	background: #fff;
	outline: none;
}
#hot .swiper-pagination-bullet .swiper-pagination-bullet-active {
	background: #003988;
}
#hot .swiper-button-prev2 {
	width: 7px;
	height: 18px;
	background: url(../../images/prev.png) no-repeat center center;
	top: auto;
	bottom: -40px;
	margin-top: auto;
	left: calc(50% - 40px);
	outline: none;
	position: absolute;
}
#hot .swiper-button-next2 {
	width: 7px;
	height: 18px;
	background: url(../../images/next.png) no-repeat center center;
	top: auto;
	bottom: -40px;
	margin-top: auto;
	right: calc(50% - 40px);
	outline: none;
	position: absolute;
}
/*product1*/

#product1 {
	background: #003988;
	width: 100%;
	padding-top: 70px;
	padding-bottom: 60px;
}
#product1 .w {
	position: relative;
}
.p1_title {
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 30px;
	text-align: left;
}
.p1_all {
	margin-top: 40px;
	width: 75%;
	float: left;
}
.p1_list {
	width: 14%;
	float: left;
	margin-right: 2.66%;
}
.p1_pic {
	overflow: hidden;
	width: 100%;
	height: 50px;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.p1_list:hover .p1_pic {
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.p1_name {
	color: #fff;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 0px;
	line-height: 18px;
	font-size: 18px;
	font-size: 1.8rem;
}
.p1_d {
	color: #8d8d8d;
	text-transform: uppercase;
}
.p1_list:nth-child(1) .p1_pic {
	background: url(../../images/01.png)no-repeat center center;
}
.p1_list:nth-child(2) .p1_pic {
	background: url(../../images/02.png)no-repeat center center;
}
.p1_list:nth-child(3) .p1_pic {
	background: url(../../images/03.png)no-repeat center center;
}
.p1_list:nth-child(4) .p1_pic {
	background: url(../../images/04.png)no-repeat center center;
}
.p1_list:nth-child(5) .p1_pic {
	background: url(../../images/05.png)no-repeat center center;
}
.p1_list:nth-child(6) .p1_pic {
	background: url(../../images/06.png)no-repeat center center;
}
.p1_ads {
	position: absolute;
	right: -170px;
	bottom: -215px;
	max-width: 416px;
	max-height: 356px;
	overflow: hidden
}
.p1_ads img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.p1_ads img:hover {
	transform: scale(1.1);
}
/*推荐产品*/

#sub {
	position: relative;
}
/*#sub:before{

	content:"";

  width:100%;

  height:50px;

  position:absolute;

  left:-100%;

  top:0px;

	background: #003988;

  

}*/

.st_l {
	float: left;
	width: 52.5%;
}
.st_pic {
	width: 100%;
	float: left;
	height: 0;
	padding-bottom: 66.76%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.st_pic:hover {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.st_r {
	float: right;
	width: 41%;
}
.st_title {
	font-size: 16px;
}
.st_e {
	color: #8d8d8d;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 20px;
	line-height: 24px;
	text-transform: uppercase
}
.st_c {
	color: #003988;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 10px;
}
.st_name {
	margin-top: 60px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #003988;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.st_ads {
	margin-top: 15px;
	color: #6b6b6b;
}
.st_d {
	margin-top: 40px;
	line-height: 24px;
	font-size: 15px;
	font-size: 1.5rem;
	height: 72px;
	overflow: hidden;
}
#sub .more {
	margin-top: 75px;
}
.sub_bottom {
	margin-top: 35px;
}
.sb_list {
	width: 30.5%;
	margin-left: 4.25%;
	float: left;
}
.sb_list:nth-child(1) {
	margin-left: 0;
}
.sb_name {
	margin-top: 25px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #003988;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sb_b {
	margin-top: 10px;
	position: relative;
}
.sb_ads {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #6b6b6b;
	font-size: 16px;
	font-size: 1.6rem;
	width: 65%;
	float: left;
}
.sb_p {
	z-index: 2;
	background: #fff;
	position: absolute;
	right: 0;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
	color: #e95903;
}
/*广告位1*/

#ads1 {
	margin-top: 50px;
}
/*广告位2*/

#ads2 {
	margin-top: 60px;
}
/*产品中心*/

#product {
	margin-top: 70px;
}
.pt_title {
	color: #003988;
	font-size: 16px;
	font-size: 1.6rem;
	width: 25%;
	float: left;
}
.pt_title_e {
	color: #8d8d8d;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-right: 20px;
}
.pt_r {
	width: 70%;
	float: right;
}
.pt_rl {
	float: right;
	margin-right: 20px;
	padding-left: 10px;
	padding-right: 10px;
	height: 25px;
	line-height: 25px;
	border-radius: 15px;
	color: #6b6b6b;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.pt_rl a {
	color: #6b6b6b;
}
.pt_rl:first-child {
	margin-right: 0;
}
.pt_rl:hover {
	color: #fff;
	background: #003988;
}
.pt_rl:hover a {
	color: #fff;
}
.pb_title {
	margin-top: 40px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #003988;
	text-align: center;
}
.pb_title_e {
	padding-left: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	color: #000;
	text-transform: uppercase;
}
.pb_more {
	text-align: center;
	background: url(../../images/more2.png) no-repeat center center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #8d8d8d;
	margin-top: 10px;
}
.pb_more:hover {
	color: #003988
}
.p_all {
	margin-top: 20px;
}
.p_list {
	width: 23.5%;
	margin-right: 2%;
	float: left;
}
.p_list:nth-child(4n) {
	margin-right: 0;
}
.p_pic {
	width: 100%;
	float: left;
	height: 0;
	padding-bottom: 66.32%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
	border: #c4c4c4 solid 1px;
}
.p_list:hover .p_pic {
	background-size: auto 110%;
	box-shadow: #e0e0e0 6px 6px 6px;
}
.p_bottom {
	margin-top: 20px;
	text-align: center;
	height: 80px;
}
.p_c {
	color: #003988;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_p {
	line-height: 35px;
	color: #e95903;
	font-size: 16px;
	font-size: 1.6rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.p_ads {
	color: #6b6b6b;
	font-size: 13px;
	font-size: 1.3rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#about {
	margin-top: 100px;
}
.about_l {
	float: left;
	width: 45%;
}
.about_r {
	float: right;
	margin-right: 7.5%;
	width: 44%;
}
.about_title {
	color: #003988;
	font-size: 16px;
	font-size: 1.6rem;
}
.about_ads {
	overflow: hidden;
}
.about_ads img {
	transition: All 0.5s ease-in-out;
	-webkit-transition: All 0.5s ease-in-out;
	-moz-transition: All 0.5s ease-in-out;
	-o-transition: All 0.5s ease-in-out;
}
.about_ads img:hover {
	transform: scale(1.1);
}
.about_r_title {
	color: #003988;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
}
.about_d {
	margin-top: 35px;
	font-size: 14px;
	font-size: 1.4rem;
	height: 144px;
	line-height: 24px;
	overflow: hidden;
}
#article {
	background: #003988;
	color: #fff;
}
#footer {
	background: #003988;
	color: #fff;
	padding-top: 45px;
	padding-bottom: 50px;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	color: #ccc;
}
.footer_ads {
	border-bottom: #105dc7 solid 1px;
	box-sizing: content-box;
}
.fa_all {
	padding-top: 30px;
	padding-bottom: 30px;
}
.fa_list {
	float: left;
	width: 15%;
	margin: auto 5%;
}
.fa_title {
	width: 70%;
	float: right;
	line-height: 24px;
	color: #fff;
	height: 48px;
	overflow: hidden;
}
.fa_list:nth-child(1) {
	background: url(../../images/icon1.png) left center no-repeat;
	background-position: contain;
}
.fa_list:nth-child(2) {
	background: url(../../images/icon2.png) left center no-repeat;
	background-position: contain;
}
.fa_list:nth-child(3) {
	background: url(../../images/icon3.png) left center no-repeat;
	background-position: contain;
}
.fa_list:nth-child(4) {
	background: url(../../images/icon4.png) left center no-repeat;
	background-position: contain;
}
.footer_l {
	float: left;
	width: 60%;
	line-height: 30px;
}
.footer_r {
	float: right;
	width: 30%;
	text-align: right;
}
.footer_r img {
	margin: 0 auto;
}
.goodpic {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.am-topbar {
	display: none;
}
.am-topbar-collapse.am-collapse {
}
.shop-navigation .am-container {
	padding-left: 0;
}
.shop-navigation {
	margin-top: 0;
	background: #fff;
	border-bottom: solid 2px #105dc7
}
.shop-navigation .am-topbar-collapse {
	margin-left: 0;
	background: #fff;
}
.shop-navigation .navigation-search .am-btn, .shop-navigation .switch-submit {
	color: #fff!important;
	background-color: #105dc7;
	border-color: #105dc7;
}
.shop-navigation .navigation-search input {
	border-color: #105dc7;
	text-indent: 10px;
}
.am-article {
	min-height: 300px;
}
.slideall {
	height: auto;
	display: none;
}
#search-input {
	padding-left: 0px;
}
#ai-topsearch {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: normal;
	color: #ccc;
	position: static;
}
.user-content-body {
	margin: 0 0!important;
}
.login-modal-container-top .am-btn{
	padding: 1em 1.5em;
	font-size: 12px;
}